POV-Ray : Newsgroups : povray.binaries.images : Fur: two quick methods : Fur: two quick methods Server Time
3 Oct 2024 19:20:12 EDT (-0400)
  Fur: two quick methods  
From: Chris Colefax
Date: 7 Oct 1999 10:19:26
Message: <37fcabee@news.povray.org>
In response to Peter Cracknell's recent Bear posting... the fur on the left
uses a shell object with a semi-transparent, bumped texture (suitable for
animations):

  union {
    sphere {0, 1 pigment {rgb <.6, .3, .1>}}
    sphere {0, 1 pigment {bozo color_map {[0 rgb <.7, .4, .2>] [.5 rgbt <.7,
.4, .2, 1>]}
      scale <1, 4, 1>/150 warp {turbulence .4 octaves 2}}
      normal {bumps 1 scale <1, 4, 1>/150 warp {turbulence .3 octaves 2}}
      scale 1.06}
    }

while the fur on the right uses fast-rendering noisy media:

  union {
    sphere {0, 1 pigment {rgb <.6, .3, .1>}}
    sphere {0, 1 pigment {rgbf 1} hollow
      interior {media {absorption (1 - <.7, .4, .2>)
        density {spherical color_map {[0 rgb 0] [.1 rgb 5]}}
        intervals 1}}
      scale 1.1}
    }


Post a reply to this message


Attachments:
Download 'fur.jpg' (21 KB)

Preview of image 'fur.jpg'
fur.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.